ARM platforms: Add support for SGI575
authorNariman Poushin <nariman.poushin@linaro.org>
Mon, 26 Feb 2018 06:52:04 +0000 (06:52 +0000)
committerNariman Poushin <nariman.poushin@linaro.org>
Wed, 28 Mar 2018 13:53:26 +0000 (14:53 +0100)
commitb44cfc6d2175d167c96cc49c6dc0d3a3cab2fdb1
treebb7306801e1a9d526ad7197aa454b7ae4c384f1b
parent16b05e94a2d1757cbb98de068c662d58a6919613
ARM platforms: Add support for SGI575

Add support for System Guidance for Infrastructure platform SGI575.

Change-Id: I0125c2ed4469fbc8367dafcc8adce770b6b3147d
Signed-off-by: Nariman Poushin <nariman.poushin@linaro.org>
15 files changed:
plat/arm/board/sgi575/platform.mk [new file with mode: 0644]
plat/arm/css/sgi/aarch64/sgi_helper.S [new file with mode: 0644]
plat/arm/css/sgi/include/plat_macros.S [new file with mode: 0644]
plat/arm/css/sgi/include/platform_def.h [new file with mode: 0644]
plat/arm/css/sgi/include/sgi_plat_config.h [new file with mode: 0644]
plat/arm/css/sgi/include/sgi_variant.h [new file with mode: 0644]
plat/arm/css/sgi/sgi-common.mk [new file with mode: 0644]
plat/arm/css/sgi/sgi_bl1_setup.c [new file with mode: 0644]
plat/arm/css/sgi/sgi_bl31_setup.c [new file with mode: 0644]
plat/arm/css/sgi/sgi_gic_config.c [new file with mode: 0644]
plat/arm/css/sgi/sgi_interconnect.c [new file with mode: 0644]
plat/arm/css/sgi/sgi_plat.c [new file with mode: 0644]
plat/arm/css/sgi/sgi_plat_config.c [new file with mode: 0644]
plat/arm/css/sgi/sgi_security.c [new file with mode: 0644]
plat/arm/css/sgi/sgi_topology.c [new file with mode: 0644]